projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1dc98
)
(texinfo-section-types-regexp): Add @chapheading.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 23:35:09 +0000
(23:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 23:35:09 +0000
(23:35 +0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index 56ec52b4d1e7a49ea467e5787eb21f1e1b88463f..1a4ab68a41fd8bd1f1738467306810cf553ee953 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-276,7
+276,7
@@
value of texinfo-mode-hook."
;; This is also defined in `texnfo-upd.el'.
(defvar texinfo-section-types-regexp
- "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)"
+ "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|
chapheading \\|
heading \\|appendix\\)"
"Regexp matching chapter, section, other headings (but not the top node).")
(defun texinfo-show-structure (&optional nodes-too)